home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TPRTDLG / TPRTDLG.txt
Text File  |  1997-05-14  |  908b  |  51 lines

  1. object PrtDlg: TPrtDlg
  2.   Left = 250
  3.   Top = 210
  4.   ActiveControl = ReportType
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print'
  7.   ClientHeight = 88
  8.   ClientWidth = 234
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object OKBtn: TBitBtn
  17.     Left = 148
  18.     Top = 8
  19.     Width = 77
  20.     Height = 27
  21.     TabOrder = 1
  22.     Kind = bkOK
  23.     Margin = 2
  24.     Spacing = -1
  25.     IsControl = True
  26.   end
  27.   object CancelBtn: TBitBtn
  28.     Left = 148
  29.     Top = 40
  30.     Width = 77
  31.     Height = 27
  32.     TabOrder = 2
  33.     Kind = bkCancel
  34.     Margin = 2
  35.     Spacing = -1
  36.     IsControl = True
  37.   end
  38.   object ReportType: TRadioGroup
  39.     Left = 8
  40.     Top = 8
  41.     Width = 129
  42.     Height = 65
  43.     Caption = 'Report Type'
  44.     ItemIndex = 0
  45.     Items.Strings = (
  46.       'Standard Report'
  47.       'Labels')
  48.     TabOrder = 0
  49.   end
  50. end
  51.